From 797bd4b93b8333dd9f6437f14cdf9ea6830efc9a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 16 Jul 2005 12:05:47 +0000 Subject: [PATCH] remove modules.d entry for ip_gre (loaded by pptp init script) SVN-Revision: 1457 --- openwrt/target/linux/linux-2.4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 85f246e9cc..4e52c07f1d 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -141,7 +141,7 @@ $(eval $(call KMOD_template,TUN,tun,\ ,CONFIG_TUN,,20,tun)) $(eval $(call KMOD_template,GRE,gre,\ $(MODULES_DIR)/kernel/net/ipv4/ip_gre.o \ -,CONFIG_NET_IPGRE,,30,ip_gre)) +,CONFIG_NET_IPGRE)) $(eval $(call KMOD_template,SCHED,sched,\ $(MODULES_DIR)/kernel/net/sched/*.o \ )) -- 2.30.2